ci: Re-enable the accessibility test suite
authorEmmanuele Bassi <ebassi@gnome.org>
Sun, 26 Jul 2020 19:56:54 +0000 (20:56 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Sun, 26 Jul 2020 20:27:03 +0000 (21:27 +0100)
Now that we have something that is both reliable and local.

.gitlab-ci/run-tests.sh

index 70e30a177f95f784bcef63dc656fb3321abfcf94..3a2d25a2f9af96b3e479e8fd9a6b48af640630d1 100755 (executable)
@@ -18,7 +18,6 @@ case "${backend}" in
                 --print-errorlogs \
                 --setup=${backend} \
                 --suite=gtk \
-                --no-suite=gtk:a11y \
                 --no-suite=gsk-compare-broadway
 
     # Store the exit code for the CI run, but always
@@ -38,7 +37,6 @@ case "${backend}" in
                 --print-errorlogs \
                 --setup=${backend} \
                 --suite=gtk \
-                --no-suite=gtk:a11y \
                 --no-suite=gsk-compare-broadway
 
     exit_code=$?
@@ -57,7 +55,6 @@ case "${backend}" in
                 --print-errorlogs \
                 --setup=${backend} \
                 --suite=gtk \
-                --no-suite=gtk:a11y \
                 --no-suite=gsk-compare-opengl
 
     # don't let Broadway failures fail the run, for now